# Load the physical functioning data (polytomous item scores):
data(PhysFuncData);
# Compute the Gpoly scores:
Gpoly(PhysFuncData,Ncat=3);
# Compute the Gnormed.poly scores:
Gnormed.poly(PhysFuncData,Ncat=3);
Run the code above in your browser using DataLab